home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue55 / ccorn / Ctrl.dfm / Ctrl.txt
Encoding:
Text File  |  2000-02-07  |  965 b   |  50 lines

  1. object ControlForm: TControlForm
  2.   Left = 318
  3.   Top = 113
  4.   Width = 263
  5.   Height = 104
  6.   Caption = 'Controller'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 104
  9.   Constraints.MinHeight = 104
  10.   Constraints.MinWidth = 263
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BtnExit: TButton
  21.     Left = 135
  22.     Top = 44
  23.     Width = 75
  24.     Height = 25
  25.     Anchors = [akBottom]
  26.     Caption = 'E&xit'
  27.     TabOrder = 2
  28.     OnClick = BtnExitClick
  29.   end
  30.   object Edit: TEdit
  31.     Left = 11
  32.     Top = 14
  33.     Width = 233
  34.     Height = 21
  35.     Anchors = [akLeft, akTop, akRight]
  36.     TabOrder = 0
  37.   end
  38.   object BtnSend: TButton
  39.     Left = 45
  40.     Top = 44
  41.     Width = 75
  42.     Height = 25
  43.     Anchors = [akBottom]
  44.     Caption = '&Send'
  45.     Default = True
  46.     TabOrder = 1
  47.     OnClick = BtnSendClick
  48.   end
  49. end
  50.